git-svn: what's the equivalent to `svn switch --relocate`?

Posted by kch on Stack Overflow See other posts from Stack Overflow or by kch
Published on 2008-11-06T13:44:19Z Indexed on 2010/05/06 10:38 UTC
Read the original article Hit count: 146

Filed under:
|
|

An svn repository I'm mirroring through git-svn has changed URL.

In vanilla svn you'd just do svn switch --relocate old_url_base new_url_base.

How can I do this using git-svn?

Simply changing the svn url in the config file fails.

© Stack Overflow or respective owner

Related posts about git

Related posts about git-svn